div#etsButton {
    margin: 0 !important;
    top: 45vh !important;
}
div#etsButton > a {
    position: relative;
    font-size: 22px;
    color: white;
    background-color: red;
    border-radius: 50%;
    padding: 20px 5px;
    width: 68px;
    height: 68px;
    margin-right: 0;
    margin-left: auto;
    display: block;
    font: normal normal normal 24px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url("https://etschatimages.s3.amazonaws.com/btnTCI2_Red.png");
  
}

div#etsButton > a >img {
    display: none;
}